
body{padding:0;margin:0;color: #333;}
ul{padding:0px;margin:0px;}
li{list-style:none;padding:0px;margin:0px;}

dl,dd{padding:0px;margin:0px;}
a{text-decoration: none;color:#333;}

img{padding:0;margin:0;}

.clear{clear: both;}

.left{float:left;}
.right{float:right;}

.headertop {
    background: #5c141b;
    color: #fff;
    font-size: 16px;
    padding: 15px 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.headertop a {
    color: #fff;
    font-size: 16px;
}

.headertop span {
    float: left;
    margin-left: 20px;
}





.banner {
    position: relative;
}

.banner .logocontainer {
    position: relative;
    width: 158px;
    margin: 0 auto;
    height: 0;
}

.banner .logo {
    width: 171px;
    position: absolute;
    z-index: 99;
    top: -48px;
}

.nav-wrapper {
    background: url(../images/navbg1.png) no-repeat;
    width: 100%;
    height: 110px;
    position: absolute;
    background-position: center center;
    background-size: 100% 110px;
    top: 0;
    left: 0px;
    z-index: 9;
}

.banner .nav {
    padding-top: 28px;
}

.banner .nav li {
    float: left;
    margin-left: 51px;
    margin-left: 35px;
    position: relative;
    height: 60px;
}

.banner .nav li.margin0 {
    margin-left: 0px;
}

.banner .nav li.margin235 {
    margin-left: 243px;
    margin-left: 199px;
}

.banner .nav li a {
    font-size: 16px;
    color: #333;
}

.banner .nav li .subnav {
    display: none;
    position: absolute;
    top: 40px;
    left: -31px;
    width: 110px;
    background: url(../images/erjibg.png) repeat;
    padding: 10px;text-align: center;
}

.banner .nav li .subnav a {
    color: #fff;
    display: block;
    border-bottom: 1px dashed #ccc;
    padding: 10px;
}


.banner .nav li.on a {
    color: #5c141b;
    font-weight: bold;
}

.banner .nav li.on .subnav {
    display: block;
}

.banner .nav li.on .subnav a {
    color: #fff;
    font-weight: normal;
}

/*.banner .nav li:hover .subnav{display: block;}*/

.flipInY {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    animation-duration: 0.6s;
    -webkit-animation-duration: 0.6s;

    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;

    visibility: visible !important;
    display: block;
}


@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}


.footer{background:#5c141b url(images/footerbg.png) no-repeat right bottom;width:100%;padding:40px 0px;overflow:hidden;color:#fff;font-size:16px;}
.footer a{color:#fff;font-size:16px;}
.footer h2{font-size:18px;}
.container{width:1300px;margin:0 auto;position: relative;}
.footer .footer-item{float:left;width:18%;position:relative;padding-left:47px; box-sizing: border-box;}
.footer .footer-logo{width:20%;padding-left:30px;}
.footer .footer-item .line{background:#847B7B;width:1px;height:135px;position:absolute;left:0px; top:35px;  }
.footer .footer-item h2{padding-bottom:0px;}
.footer .footer-item li{padding:10px 0px;}
.footer .footer-item.footer-contact{width: 40%;}
.footer-contact ul{float:left;width: 50%;}
.footer .footer-item.footer-bei{width: 20%;}
.f1container{overflow: hidden;padding:40px 0px;}

.footer .footer_link h2{padding-bottom: 0px;}
.footer .footer_link li{padding:5px 0;}




.fl{float:left;}
.fr{float:right;}

.nybanner {
    
    background: url(../images/nybanner.jpg) no-repeat center;
    height: 400px;
    position: relative;
}

.clearfix{content:'';display: block;clear:both;}



.departBanner {
    background-image: url(../images/departbanner.jpg);
}

.dangjianBanner{background-image: url(../images/ban_dk.jpg);}
.dangjianBanner .banner-text{color:#fff;}

.banner-text {
    position: absolute;
    top: 189px;
    font-size: 32px;
    left: 37px;
    color: #fff;
    width: 204px;
    text-align: center;
}

.depart-box {
    padding-top: 10px;
    padding-bottom: 20px;
}

.depart-title {
    font-size: 20px;
    line-height: 19px;
}

.depart-title span {
    color: #ddd;
    padding-left: 10px;
    font-size: 18px;
}

.depart-title i {
    color: #5c141b;
    font-size: 33px;
    float: left;
    padding-right: 5px;
}



.page{clear: both;padding-top:20px;text-align: right;padding-bottom: 40px;}
.page span,.page a{border: 1px solid #ddd;
    display: inline-block;
    padding: 1px 9px;
    margin: 0px 10px;}

.page span{background: #f1efef;border:1px solid #f1efef;}
.page a:hover{background: #f1efef;border:1px solid #f1efef;}











.floadAd {
    position: absolute;
    z-index: 999900;
    display: none;
    padding: 3px 8px;
    width: 300px;
}

.floadAd .item {
    display: block;
    overflow: hidden;
    margin: 5px 0;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
}

.floadAd .item img {
    vertical-align: bottom;
}

/* a img 的组合浏览器默认下边会有几个像素的空白，这里可以消除空白*/
.close1 {
    float: right;
}
